The Queue to which this job is assigned.
__property IJobQueue* JobQueue;
IJobQueue* JobQueue;
Property JobQueue() As IJobQueue*
When a job is assigned to a queue, the queue limits when the job may execute.
Each job must be assigned to a Queue. New jobs default to the "Default" queue.
IJobQueue